home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if (the environment).platform contains "Win" then
- QTInstall = the moviePath & "QuickTimeInstaller/QuickTimeInstaller.exe"
- else
- if the movieName contains "_Classic" then
- QTInstall = the moviePath & "QuickTimeInstaller:Classic:QuickTime Installer"
- else
- if the movieName contains "_OSX" then
- QTInstall = the moviePath & "QuickTimeInstaller:OSX:QuickTime.pkg"
- end if
- end if
- end if
- open(QTInstall)
- quit()
- end
-